From: Richard M. Stallman Date: Thu, 26 Sep 2002 22:05:50 +0000 (+0000) Subject: Whitespace changes. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30419 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=953754a2156bf647bae3348bacc59872b8798f01;p=emacs.git Whitespace changes. --- diff --git a/src/macterm.c b/src/macterm.c index dc8e516983e..705b3ec537c 100644 --- a/src/macterm.c +++ b/src/macterm.c @@ -12154,7 +12154,8 @@ init_required_apple_events () #if USE_CARBON_EVENTS -void init_service_handler() +void +init_service_handler () { EventTypeSpec specs[] = {{kEventClassService, kEventServiceGetTypes}, {kEventClassService, kEventServiceCopy}, @@ -12166,8 +12167,9 @@ void init_service_handler() /* MAC_TODO: Check to see if this is called by AEProcessDesc... */ -OSStatus mac_handle_service_event (EventHandlerCallRef callRef, - EventRef event, void *data) +OSStatus +mac_handle_service_event (EventHandlerCallRef callRef, + EventRef event, void *data) { OSStatus err = noErr; switch (GetEventKind (event)) @@ -12343,8 +12345,9 @@ descriptor_error_exit: } -static pascal OSErr mac_do_receive_drag (WindowPtr window, void *handlerRefCon, - DragReference theDrag) +static pascal OSErr +mac_do_receive_drag (WindowPtr window, void *handlerRefCon, + DragReference theDrag) { short items; short index;